home *** CD-ROM | disk | FTP | other *** search
- #ifndef _CPWIZ_HPP
- #define _CPWIZ_HPP
-
- class DTObject;
-
- struct CPWizParameters {
- DTObject * object;
- };
-
- typedef WBool __stdcall (*CPWizardExecuteFN)( CPWizParameters & parms );
-
- #define CPWIZARDEXECUTE WTEXT("_CPWizardExecute@4")
- #define CPWIZARDEXECUTE_UNDECORATED WTEXT("CPWizardExecute")
-
- #endif // _CPWIZ_HPP
-